home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- puppetSprite(3, 0)
- set the visible of sprite 3 to 1
- end
-
- on mouseUp
- if rollOver(2) then
- go("anim")
- end if
- if rollOver(3) then
- go("ecr2")
- end if
- end
-
- on exitFrame
- if the mouseCast = 168 then
- go("naveg")
- else
- go(the frame + 1)
- end if
- end
-